HTTP DISCONNECT

This command will disconnect the HTTP session.

  Syntax
HTTP DISCONNECT
  Returns

This command does not return a value.

  Example Code
http connect "www.thegamecreators.com"
action$="action=list&"
serverid$="server_id=mygame"
return$=http request data("POST", "gamehost/index.php",action$+serverid$)
if return$<>""
print return$
else
print "no data returned"
endif
http disconnect
wait key
end
  See also

FTP Commands Menu
Index